WorkstationPresenterBase<V> Class

Summary

Implements the Leadtools.Medical.Workstation.Interfaces.Presenters.IWorkstationPresenter<V> interface. Base class for activating and running a UI View.

Syntax
C#
VB
C++
public abstract class WorkstationPresenterBase<V> : IWorkstationPresenter<V> 
  
Public MustInherit Class WorkstationPresenterBase(Of _V_ As {IWorkstationView})  
   Implements IWorkstationPresenter(Of V)  
generic<typename _V_> 
public ref class WorkstationPresenterBase abstract : public IWorkstationPresenter<V>   
where V: IWorkstationView 

Type Parameters

V
The UI View that will be activated.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.Workstation Assembly